Value Max
Owner: sharanya_dasharath@mount-it.com · Mount-it! · ← all brands
Active days
7
Sessions
200
Active hours
1.33
real mouse/keyboard time
Page views
5
Actions
9
Entities changed
11
Action mix
Bid
7
Budget
0
Status
0
Rule
0
Scheduler
0
Current automation state
Rules
0 / 0
active / total — 0 paused, 0 expired
Dayparting
0 / 0
active / total — 0 paused, 0 expired
Managers
0
Executives
0
Sellers
0
Vendors
0
Profile 3384186309537104
· amazon
· north_america
Top users on this brand
| Name | Role | Sessions | Active min | |
|---|---|---|---|---|
| sharanya_dasharath@mount-it.com | Sharanya Dasharath | Manager | 184 | 69.5 |
| anna_ekis@mount-it.com | Anna Ekis | Manager | 9 | 5.8 |
| aditya@hectorai.live | Aditya | Manager | 5 | 3.0 |
| kanat_ilter@mount-it.com | Kanat Ilter | Admin | 1 | 0.9 |
| — | Manager | 1 | 0.5 |
Daily
| Day | Users | Sessions | Active hours | Page views | Actions | Entities |
|---|---|---|---|---|---|---|
| 2026-06-17 | 2 | 29 | 0.22 | 1 | 2 | 2 |
| 2026-06-18 | 2 | 27 | 0.23 | 0 | 3 | 3 |
| 2026-06-19 | 1 | 35 | 0.23 | 0 | 2 | 2 |
| 2026-06-20 | 1 | 32 | 0.24 | 0 | 0 | 0 |
| 2026-06-22 | 2 | 56 | 0.27 | 2 | 1 | 1 |
| 2026-06-23 | 5 | 20 | 0.13 | 2 | 0 | 0 |
| 2026-06-24 | 1 | 1 | 0.01 | 0 | 1 | 3 |
4 queries · scanned 24.06 MB · cost $0.000143 · 7.05s
SELECT brand_group,
ANY_VALUE(profile_owner_email) AS profile_owner_email,
ANY_VALUE(company_name) AS company_name,
SUM(distinct_users) AS user_day_rows,
COUNT(DISTINCT day) AS active_days,
SUM(sessions) AS sessions,
SUM(active_seconds) AS active_seconds,
SUM(page_views) AS page_views,
SUM(action_count) AS action_count,
SUM(entity_count) AS entity_count,
SUM(bid_actions) AS bid_actions,
SUM(budget_actions) AS budget_actions,
SUM(status_actions) AS status_actions,
SUM(rule_actions) AS rule_actions,
SUM(scheduler_actions) AS scheduler_actions
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('Value Max')
AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY brand_group
SELECT email,
ANY_VALUE(full_name) AS full_name,
ANY_VALUE(role) AS role,
SUM(sessions) AS sessions,
ROUND(SUM(active_seconds)/60.0, 1) AS active_min
FROM `amazoneast.customerio_data.fact_sessions_daily`
WHERE LOWER(brand_group) = LOWER('Value Max')
AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
GROUP BY email
ORDER BY active_min DESC
LIMIT 5000
SELECT day,
distinct_users,
sessions,
ROUND(active_hours, 2) AS active_hours,
page_views, action_count, entity_count
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('Value Max')
AND day BETWEEN DATE '2026-06-17' AND DATE '2026-06-24'
ORDER BY day
SELECT *
FROM `amazoneast.customerio_data.vw_brand_state`
WHERE LOWER(brand_group) = LOWER('Value Max')
LIMIT 5